projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff7ebf
)
(fill-move-to-break-point): Don't inhibit
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 20 Apr 2007 18:21:12 +0000
(18:21 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 20 Apr 2007 18:21:12 +0000
(18:21 +0000)
fill-nobreak-predicate when the break is past fill-column.
lisp/textmodes/fill.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/fill.el
b/lisp/textmodes/fill.el
index 7318a52d8a90ae1f6334a4329e169783cabeed7a..7b4f73c2d1fc1c78fe54d3077fb2f84600f4b428 100644
(file)
--- a/
lisp/textmodes/fill.el
+++ b/
lisp/textmodes/fill.el
@@
-521,7
+521,6
@@
The break position will be always after LINEBEG and generally before point."
;; Ok, skip at least one word or one \c| character.
;; Meanwhile, don't stop at a period followed by one space.
(let ((to (line-end-position))
- (fill-nobreak-predicate nil) ;to break sooner.
(first t))
(goto-char linebeg)
(while (and (< (point) to) (or first (fill-nobreak-p)))